EigrpMainProcess is the main process that handles all EIGRP processes.
More...
EigrpMainProcess is the main process that handles all EIGRP processes.
◆ addEigrpProcess()
| void EigrpMainProcess::addEigrpProcess |
( |
int |
| ) |
|
Adds the EIGRP process with the specified AS number.
- Parameters
-
| as,the | AS number of the EIGRP process. |
◆ getEigrpProcess()
Returns the EIGRP process with the specified AS number.
- Parameters
-
| as,the | AS number of the EIGRP process of interest. |
- Returns
- EigrpProcess, the EigrpProcess object with the specified AS number.
◆ getEigrpProcessAt()
Returns the EIGRP process at the specified index.
- Parameters
-
| index,the | index of the EIGRP process of interest. |
- Returns
- EigrpProcess, the EigrpProcess object at the specified index.
◆ getEigrpProcessCount()
| int EigrpMainProcess::getEigrpProcessCount |
( |
| ) |
|
Returns the number of EIGRP processes.
- Returns
- int, the number of EIGRP processes.
◆ removeEigrpProcess()
| void EigrpMainProcess::removeEigrpProcess |
( |
int |
| ) |
|
Removes the EIGRP process with the specified AS number.
- Parameters
-
| as,the | AS number of the EIGRP process of interest. |
The documentation for this class was generated from the following file: